* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.navi {
    width: 100%;
    height: 10vh;
    background-color: black;
}

.name {
    color: aliceblue;
    font-size: 16px;
}

.name:hover {
    text-decoration: none;
    color: grey;
}

.acc ul {
    list-style: none;
    padding-left: 450px;
    padding-top: 10px;
}

.acc ul li {
    display: inline;
}

.acc ul li a {
    text-decoration: none;
    padding-left: 10px;
    color: aliceblue;
}

/* dropdowns */
.Genres {
    margin-left: 30px;

}

.Genres h3 {
    font-family: "Abril Fatface", serif;
    padding: 10px;
}

.Genres input {
    padding: 10px;
    border-radius: 20px;
    background-color: rgb(89, 1, 1);
    color: #ffffff;
    font-family: "Crimson Text", serif;
    font-size: 20px;
    text-shadow: 2px 2px;
    text-shadow: 2px 2px rgb(0, 0, 0);
    text-shadow: 2px 2px 5px rgb(0, 0, 0);


}

.images {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    padding-top: 20px;
    padding-left: 30px;
    position: static;
}
/* banner */
.ban {
    width: 100%;
    height: 112vh;
    background-color: black;
}

#myVideo {
    /* position: fixed; */
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
  
  /* Add some content at the bottom of the video/page */
  .content {
    position: absolute;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.5); */
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
  }
  
  /* Style the button used to pause/play the video */
  #myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
  }
  
  #myBtn:hover {
    background: #ddd;
    color: black;
  }
  :root {
    background-color: rgba(0, 0, 0, 0.1);
    --text-color: hsl(0, 0%, 100%);
  }
  body {
    margin: 0;
  }
  .wrapper {
    display: grid;
    place-content: center;
    background-color: var(--background-color);
    min-height: 10vh;
    min-height: 100vh;
    font-family: "Oswald", sans-serif;
    font-size: clamp(1.2rem, 1rem + 18vw, 8rem);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-color);
  }
  
  .wrapper > div {
    grid-area: 1/1/-1/-1;
  }
  .top {
    clip-path: polygon(0% 0%, 100% 0%, 100% 48%, 0% 58%);
  }
  .bottom {
    clip-path: polygon(0% 60%, 100% 50%, 100% 100%, 0% 100%);
    color: transparent;
    background: -webkit-linear-gradient(177deg, black 53%, var(--text-color) 65%);
    background: linear-gradient(177deg, black 53%, var(--text-color) 65%);
    background-clip: text;
    -webkit-background-clip: text;
    transform: translateX(-0.02em);
  }
  .wrapper button{
    margin-top: 20px;
  }
  .wrapper img{
    margin-left: 75px;
  }
  /* middle */
  .scroll {
    width: 100%;
    height: 90vh;
    background-color: #000;
}

.scrollrap {
    width: 98%;
    margin: auto;
    padding: 20px;

}
.scrollrap ul{
    list-style-type: none;
}
.scrollrap ul li{
    display: inline;
}
.scrollrap ul li a {
    text-decoration: none;
    color: white;
    font-size: 40px;
    font-family: "Protest Revolution", sans-serif;
    padding-left: 20px;
}


div.scroll-container {
    background-color: #000000;
    overflow: auto;
    white-space: nowrap;
    scrollbar-color: rgb(62, 12, 12);
}

.scroller {
    scrollbar-color: rgb(0, 0, 0) rgb(0, 0, 0);

}
.scrollrap2{
    width: 95%;
    margin: auto;
    padding-top: 30px;
}
.scrollrap2 ul li{
    display: inline;
}
.scrollrap2 ul li a{
    text-decoration: none;
    color: white;
    font-size: 40px;
    font-family: "Protest Revolution", sans-serif;
    padding-left: 20px;
}

.scroller2 {
    scrollbar-color: rgb(0, 0, 0) rgb(0, 0, 0);
    /* padding-top: 80px; */


}
.scrollrap3{
    width: 95%;
    margin: auto;
    padding-top: 40px;
}
.scrollrap3 ul li{
    display: inline;
}
.scrollrap3 ul li a{
    text-decoration: none;
    color: white;
    font-size: 30px;
    font-family: "Protest Revolution", sans-serif;
    /* padding-left: 20px; */
}

.scroller3 {
    scrollbar-color: rgb(0, 0, 0) rgb(0, 0, 0);
    /* padding-top: 80px; */


}

/* footer */
.foot{
    width: 100%;
    height:50vh ;
    background-color: #000;
}
.footrap{
    width: 60%;
    margin: auto;
    padding-top: 30px;
}
.footrap ul{
    list-style: none;
}
.footrap ul li{
    display: inline;
}
.footrap ul li a{
    text-decoration: none;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
}
.foot1{
    width: 58%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto ;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    
}
.foot1 h4{
    padding-top: 10px;
    font-size:16px ;
    color: rgb(110, 110, 110);
}
.but{
    padding-top: 20px;
}
.but input{
    padding: 10px;
    color: #000;
    background-color: rgb(135, 105, 67);
    border-radius: 30px;
}
/* copyright */
.copy{
    width: 100%;
    height: 2vh;
}
.copyrap{
    width: 100%;
    margin: auto;
    font-size: 8px;
    padding-left: 550px;
    background-color: #000;
    color: #565555;

}

  